summaryrefslogtreecommitdiff
path: root/src/saml2/saml.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/saml2/saml.py')
-rw-r--r--src/saml2/saml.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/saml2/saml.py b/src/saml2/saml.py
index 0d6728e5..bdb1ec60 100644
--- a/src/saml2/saml.py
+++ b/src/saml2/saml.py
@@ -482,12 +482,8 @@ class SubjectConfirmationDataType_(SamlBase):
c_any = {"namespace": "##any", "processContents": "lax", "minOccurs": "0",
"maxOccurs": "unbounded"}
c_any_attribute = {"namespace": "##other", "processContents": "lax"}
- c_children['{http://www.w3.org/2000/09/xmldsig#}KeyInfo'] = ('key_info',
- [ds.KeyInfo])
- c_cardinality['key_info'] = {"min": 0, "max": 1}
def __init__(self,
- key_info=None,
not_before=None,
not_on_or_after=None,
recipient=None,
@@ -500,7 +496,6 @@ class SubjectConfirmationDataType_(SamlBase):
text=text,
extension_elements=extension_elements,
extension_attributes=extension_attributes)
- self.key_info = key_info
self.not_before = not_before
self.not_on_or_after = not_on_or_after
self.recipient = recipient